home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Games of Daze
/
Infomagic - Games of Daze (Summer 1995) (Disc 1 of 2).iso
/
djgpp
/
contrib
/
dvx
/
qdeck
/
dvps
/
makefile
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Makefile
|
1993-07-15
|
151 b
|
12 lines
CFLAGS= -O -c -DMSDOS
.c.o:
gcc $(CFLAGS) $<
L = -lsys -lc -lm
run.exe : run.o
gcc -o run run.o $(L)
strip run
aout2exe run
del run